type io/fs.dirInfo
7 uses
io/fs (current package)
readdir.go#L50: type dirInfo struct {
readdir.go#L54: func (di dirInfo) IsDir() bool {
readdir.go#L58: func (di dirInfo) Type() FileMode {
readdir.go#L62: func (di dirInfo) Info() (FileInfo, error) {
readdir.go#L66: func (di dirInfo) Name() string {
readdir.go#L70: func (di dirInfo) String() string {
readdir.go#L80: return dirInfo{fileInfo: info}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |